home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000179_news@columbia.edu _Thu Apr 6 21:35:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA06593
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 6 Apr 2000 21:35:49 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id VAA13778
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 6 Apr 2000 21:14:51 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Mark Sapiro <msapiro@value.net>
  10. Subject: Re: Preventing more then one kermit session
  11. Date: Thu, 06 Apr 2000 18:10:50 -0700
  12. Organization: Not Very Much
  13. Message-ID: <38ED359A.CECEA646@value.net>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Steven Loretero wrote:
  17. > I have K95 v1.1.20. The users connect to and IBM RS/6000 via a serial
  18. > port (COM1). Is there a way to prevent users from starting more then one
  19. > kermit session? . Some users will minimize K95 and since they dont' see
  20. > it on the task bar they will click on the icon again and try to start
  21. > another session.
  22.  
  23. This is kind of kludgey; I'm sure someone else can do better, but if the
  24. users are already executing some command file (script) to get them
  25. started, you could try something like the following.
  26.  
  27. set port 1
  28. if failure {
  29.   echo unable to open COM1 - perhaps another kermit is using it
  30.   pause 5  ; allow time to read message
  31.   quit 1
  32.   }
  33.  
  34. -- 
  35. Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  36. San Francisco Bay Area, California    better use your sense - B. Dylan